From 1a8d762a18d6f6494408a3a5e06a80097f8b85f7 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Mon, 5 Mar 2018 13:26:16 -0500 Subject: work in imageinfo and phrase substitution This adds the ability to define long phrases in one place and refer to those phrases in many places. Bookmaker has new syntax to support phrase substitution. When it encounters #some_phrase_reference# It substitutes the body of #PhraseDef some_phrase_reference text to substitute when encountering the phrase ## The phrase label must start with a lowercase letter, and be bracketed by single hash marks, without spaces between the label and the hash marks. Docs-Preview: https://skia.org/?cl=111224 TBR=caryclark@google.com Bug: skia:6898 Change-Id: I12c57d916ccedbd86b421377d117399150ada72a Reviewed-on: https://skia-review.googlesource.com/111224 Reviewed-by: Cary Clark Commit-Queue: Cary Clark --- docs/SkPixmap_Reference.bmh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docs/SkPixmap_Reference.bmh') diff --git a/docs/SkPixmap_Reference.bmh b/docs/SkPixmap_Reference.bmh index 7c4326b919..86d89e53d1 100644 --- a/docs/SkPixmap_Reference.bmh +++ b/docs/SkPixmap_Reference.bmh @@ -443,10 +443,7 @@ pixmap height: 32 info height: 32 #In Image_Info_Access #Line # returns Image_Info Color_Type ## -Returns Color_Type, one of: kUnknown_SkColorType, kAlpha_8_SkColorType, -kRGB_565_SkColorType, kARGB_4444_SkColorType, kRGBA_8888_SkColorType, -kRGB_888x_SkColorType, kBGRA_8888_SkColorType, kRGBA_1010102_SkColorType, -kRGB_101010x_SkColorType, kGray_8_SkColorType, kRGBA_F16_SkColorType. +Returns Color_Type, one of: #list_of_color_types#. #Return Color_Type in Image_Info ## -- cgit v1.2.3