RetroArch
|
Properties describing the geometric measurement of an application-defined inline object. More...
#include <dwrite.h>
Public Attributes | |
FLOAT | width |
Width of the inline object. More... | |
FLOAT | height |
Height of the inline object as measured from top to bottom. More... | |
FLOAT | baseline |
Distance from the top of the object to the baseline where it is lined up with the adjacent text. If the baseline is at the bottom, baseline simply equals height. More... | |
BOOL | supportsSideways |
Flag indicating whether the object is to be placed upright or alongside the text baseline for vertical text. More... | |
Properties describing the geometric measurement of an application-defined inline object.
FLOAT DWRITE_INLINE_OBJECT_METRICS::baseline |
Distance from the top of the object to the baseline where it is lined up with the adjacent text. If the baseline is at the bottom, baseline simply equals height.
FLOAT DWRITE_INLINE_OBJECT_METRICS::height |
Height of the inline object as measured from top to bottom.
BOOL DWRITE_INLINE_OBJECT_METRICS::supportsSideways |
Flag indicating whether the object is to be placed upright or alongside the text baseline for vertical text.
FLOAT DWRITE_INLINE_OBJECT_METRICS::width |
Width of the inline object.