remove references to align

Bug: skia:
Change-Id: I329f18980410dcef25da5cd2a995e3f639233e45
Reviewed-on: https://skia-review.googlesource.com/c/168020
Reviewed-by: Mike Reed <reed@google.com>
This commit is contained in:
Mike Reed 2018-11-02 19:52:03 -04:00
parent 1edff303fd
commit 5f617989f6

View File

@ -3,7 +3,7 @@
#PhraseDef paint_font_metrics
Typeface, Paint_Text_Size, Paint_Text_Scale_X,
Paint_Text_Skew_X, Paint_Text_Align, Paint_Hinting, Anti_Alias, Paint_Fake_Bold,
Paint_Text_Skew_X, Paint_Hinting, Anti_Alias, Paint_Fake_Bold,
Font_Embedded_Bitmaps, Full_Hinting_Spacing, LCD_Text, Linear_Text,
and Subpixel_Text
##
@ -2965,40 +2965,6 @@ Set Draw_Looper to nullptr to prevent Draw_Looper from modifying the draw.
#Subtopic Draw_Looper_Methods ##
# ------------------------------------------------------------------------------
#Subtopic Text_Align
#Line # text placement relative to position ##
#Enum Align
#Code
#Populate
##
#Const kLeft_Align 1
#Deprecated
##
#Const kCenter_Align 2
#Deprecated
##
#Const kRight_Align 3
#Deprecated
##
#Deprecated
#Enum ##
#Const kAlignCount 0
#Deprecated
##
#Method Align getTextAlign() const
#Deprecated
##
#Method void setTextAlign(Align align)
#Deprecated
##
#Subtopic Text_Align ##
# ------------------------------------------------------------------------------
#Subtopic Text_Size
#Line # overall height in points ##