Skip to content

Commit 10c0088

Browse files
Site changes [skip-ci]
1 parent 81c0eef commit 10c0088

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

_data/ref/alpha/dmgamesystem-cpp.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,23 @@
189189
"language": "",
190190
"members": [
191191
{
192-
"doc": "The glyph image width",
192+
"doc": "The glyph bounding width",
193193
"name": "m_Width",
194+
"type": "float"
195+
},
196+
{
197+
"doc": "The glyph bounding height",
198+
"name": "m_Height",
199+
"type": "float"
200+
},
201+
{
202+
"doc": "The glyph image width",
203+
"name": "m_ImageWidth",
194204
"type": "int16_t"
195205
},
196206
{
197207
"doc": "The glyph image height",
198-
"name": "m_Height",
208+
"name": "m_ImageHeight",
199209
"type": "int16_t"
200210
},
201211
{

0 commit comments

Comments
 (0)