SketchFlow 原型字体不显示
我是第一次使用 SketchFlow,并且很困惑为什么我的文本没有以应有的“Buxton Sketch”字体显示(参见图片)。我刚刚进行了修复安装,并没有什么影响。在“文本”属性中,我也没有看到“Buxton Sketch”选项。我将不胜感激任何帮助。
更新 在 SketchFlow 播放器中一切看起来都很好(当我按 F5 时),但在设计器中却不然。
与此相比:
正确的“wiggly”字体 http://www.lorenheiny.com/wp-content/uploads/sketchflowwigglystyles.png
I'm using SketchFlow for the first time, and am confused as to why my text isn't showing up in the "Buxton Sketch" font it's supposed to (see image). I just did a repair installation, and it didn't make a difference. In the Text properties, I don't see "Buxton Sketch" as an option, either. I'd appreciate any help.
UPDATE
Everything looks fine in the SketchFlow player (when I hit F5), but not in the designer.
Compared to this:
Proper "wiggly" font http://www.lorenheiny.com/wp-content/uploads/sketchflowwigglystyles.png
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我尝试从我使用过的 教程 下载 SketchFlow 文件,并且它有效美好的。事实证明,不同之处在于我的文件驻留在我命名为“C#”的目录的子文件夹中 - 我在其中保存了所有 Visual Studio 源文件很长一段时间,没有任何问题(直到现在)。将 SketchFlow 项目移动到其他目录修复了该问题。
更奇怪的是,C# 目录比解决方案的目录高 2 级,所以我不知道为什么解决方案中的任何内容都很重要。
I tried downloading the SketchFlow files from a tutorial I had used, and it worked fine. It turned out the difference was that my files resided within a subfolder of a directory I had named "C#" - where I've kept all of my Visual Studio source files for a long time, with no problems (until now). Moving the SketchFlow project to a different directory fixed it.
What makes it even stranger is that the C# directory is 2 levels higher up than the solution's directory, so I don't know why anything within the solution would even matter.
你能用这种字体创建任何东西吗?您可以创建一个文本块并将文本设置为 Buxton Sketch 字体吗?
Are you able to create anything with that font? Can you create a textblock and set the text to the Buxton Sketch font?
我们遇到了同样的问题 - 但找到了略有不同的解决方案。
在我们的例子中,SketchFlow 项目位于默认位置(My Documents\Expression\Blend 3\Projects),并且屏幕上没有显示 Buxton Sketch。
我们发现的区别在于,在我们的环境中,“我的文档”被映射到网络存储位置(H:\Data)。我们观察到的是:
We encountered this same issue - but found a slightly different solution.
In our case, SketchFlow projects were being in the default location (My Documents\Expression\Blend 3\Projects), and the screens weren't coming up with Buxton Sketch.
The difference we found is that, in our environment, "My Documents" is mapped to a network storage location (H:\Data). What we observed was:
在大多数“Sketchy”控件的“文本”属性中单击“嵌入”,以使 Buxton Sketch 在设计时出现在 Blend for MS Visual Studio 2013(v 12.0.50429.0 更新 2)中
如果您从其他 sketchflow 屏幕粘贴项目,请确保粘贴在您已将“Sketchy”控件添加到屏幕后,并且在发生“资源密钥冲突”时不要“用复制的资源覆盖现有资源”,如果您的资源来自您的资源,则“放弃复制的资源并使用现有资源”复制的项目已存在或保留为默认值并添加它们。
Click "Embed" in the Text properties on most "Sketchy" controls to get Buxton Sketch to appear at design time in Blend for MS Visual Studio 2013 (v 12.0.50429.0 update 2)
If you paste items from other sketchflow screens, ensure you paste after you have already added a "Sketchy" control to your screen and don't "Overwrite existing resource with copied resource" when a "Resource Key Conflict" occurs, "Discard the copied resource and use the existing resource" if the resources from your copied items already exist or leave as default and add them.
首先,确保您已开始从 Blend 3 创建新的 Sketchflow 应用程序。然后从工具栏上 Sketchflow 项目的 Blend 3 中,单击列表底部的 V 形符号(>>)。从那里展开样式并选择 SketchStyles。从那里您应该看到所有粗略的控件,例如 BasicTextBox-Sketch 和 ListBox-Sketch。这些都有您想要的粗略外观。
它在我设计时就出现了。
(来源:bryantlikes.com)
First, make sure you've started by creating a new Sketchflow Application from Blend 3. Then from within Blend 3 in your Sketchflow project on the toolbar, click the chevron at the bottom of the list (the >>). From there expand Styles and select SketchStyles. From there you should see all the sketchy controls like BasicTextBox-Sketch and ListBox-Sketch. Those all have the sketchy look that you want.
It shows up at design time for me.
(source: bryantlikes.com)